home *** CD-ROM | disk | FTP | other *** search
/ BMUG Revelations / BMUG Revelations.toast / Telecom / InterNet / InterNet Nav Services / Nav.conferences & databases < prev    next >
Encoding:
Text File  |  1992-12-17  |  6.7 KB  |  221 lines  |  [TEXT/SNTE]

  1. NAVIGATING THE INTERNET: AN INTERACTIVE WORKSHOP
  2. Richard J. Smith
  3. University of Southwestern Louisiana
  4. rs@usl.edu
  5.  
  6.                COMPUTER CONFERENCES AND DATABASES
  7.  
  8.  
  9. As NAVIGATING THE INTERNET: AN INTERACTIVE WORKSHOP gets closer to
  10. being over, you may want to continue getting information on the
  11. Internet by joining one of the many conferences that are available.
  12.  
  13. The Public-Access Computer Systems Forum (PACS-L) is a popular
  14. computer conference that discusses current events that are taking
  15. place over the Internet.  PACS-L
  16. is moderated so much of the duplication and repetition of an
  17. unmoderated conference is eliminated.
  18.  
  19. To sign-up to PACS-L send the following e-mail message to
  20. LISTSERV@UHUPVM1.bitnet:
  21.  
  22. SUBSCRIBE PACS-L FirstName LastName.
  23.  
  24. After joining the conference you will receive a welcome that goes
  25. into detail of how to send messages and unsubscribe to the
  26. conference.
  27.  
  28. Save that welcome message as a guide to joining lists on the net.
  29.  
  30. In fact, PACS-L itself has become a searchable database and is a
  31. source of information on the Internet.  Many topics that you may
  32. want to know more about--CD-ROMs, WAIS, Gophers, FREENETS,
  33. Electronic Copyright, NREN--and others have been discussed over the
  34. Internet on PACS-L or other computer conferences and many are
  35. searchable over the Internet.
  36.  
  37. Other lists on the net act as databases and are sources of informtation
  38. and are searchable.
  39.  
  40.  
  41. Charles W. Bailey provides the
  42. following short description on searching a database like PACS-L.
  43.  
  44. --------------------
  45. How to Search the PACS-L Message Database
  46.  
  47. By Charles W. Bailey, Jr.
  48.  
  49.  
  50. Here's a brief tutorial on how to search the PACS-L message
  51. database and retrieve information.  To get a more complete
  52. explanation, send a message to LISTSERV@UHUPVM1 that says:
  53.  
  54.      INFO DATABASE
  55.  
  56. First, we are going to construct a batch job to search for
  57. all messages that have the term "Hypertext" in them, and we are
  58. going to ask for an "index" that will tell us which messages have
  59. this search term.  To do so, we create an e-mail message with the
  60. following information in it, and we send it to LISTSERV@UHUPVM1
  61. (don't send it to PACS-L@UHUPVM1):
  62.  
  63. //
  64. Database Search DD=Rules
  65. //Rules DD   *
  66. Search Hypertext in PACS-L
  67. Index
  68. /*
  69.  
  70. We get back two things.  An e-mail message that tells us how the
  71. job went and the actual output file, called DATABASE OUTPUT.
  72. Here's the file:
  73.  
  74. > Search Hypertext in PACS-L
  75. --> Database PACS-L, 137 hits.
  76.  
  77. > Index
  78. Item #   Date   Time  Recs   Subject
  79. ------   ----   ----  ----   -------
  80. 000022 89/06/30 08:31  306   Common Knowledge Info.
  81. 000047 89/07/07 08:15   18   Hypertext Conference
  82. 000075 89/07/12 17:13   21   Hypertext & Hypermedia Articles
  83. 000088 89/07/13 16:19   17   CD-ROM Expo '89
  84. 000194 89/07/22 14:11   25   Hyperdoc
  85. 000248 89/07/30 20:00   23   Hypertext Hands-On!
  86. 000251 89/07/31 12:52   14   Re: Hypertext Hands-On!
  87. 000253 89/07/31 15:04   47   Was: Hypertext Hands-On!
  88. 000267 89/08/03 09:38   24   A New Journal -- Hypermedia
  89. 000311 89/08/11 12:18   23   Hypermedia & Optical Tech. Resources
  90. 000338 89/08/17 11:37   33   Hypermedia/Multimedia
  91. [The rest of the list is omitted.]
  92.  
  93. We decide we want to see number 267 (the messages are numbered at
  94. the left).  So we send a second job to LISTSERV@UHUPVM1 with the
  95. following lines in it:
  96.  
  97. //
  98. Database Search DD=Rules
  99. //Rules DD   *
  100. Search Hypertext in PACS-L
  101. Print all of 267
  102. /*
  103.  
  104. We get back both an e-mail job status message and a file. The file
  105. contains the entire retrieved PACS-L message.  Here's the message
  106. text.
  107.  
  108. > Search Hypertext in PACS-L
  109. --> Database PACS-L, 137 hits.
  110.  
  111. > Print all of 267
  112. >>> Item number 267, dated 89/08/03 09:38:14 -- ALL
  113. [The retrieved message is here.]
  114.  
  115. To print multiple messages, just add the additional numbers:
  116.  
  117.      Print all of 267 311
  118.  
  119. You can use these examples as JCL templates for your own searches.
  120. I have two template files (one per job stage) that I edit and
  121. "include" in the appropriate e-mail message for the server.
  122.  
  123. Here's a brief summary of some more advanced search features.
  124.  
  125. The Boolean "AND" operator is implicit:
  126.  
  127.      Search hypertext hypermedia in PACS-L
  128.  
  129. You can also make the "AND" operator explicit:
  130.  
  131.      Search hypertext AND hypermedia in PACS-L
  132.  
  133. The Boolean "OR" operator is explicit:
  134.  
  135.      Search hypertext OR hypermedia in PACS-L
  136.  
  137. The Boolean "NOT" operator is also explicit:
  138.  
  139.      Search hypertext NOT hypermedia in PACS-L
  140.  
  141. Terms can be nested:
  142.  
  143.      Search (hypertext OR hypermedia) AND multimedia in PACS-L
  144.  
  145. You can also limit searches in the PACS-L message database by date.
  146.  
  147. The first technique is to search for records in a date range.
  148. As you recall, the search request is sent to LISTSERV@UHUPVM1 as
  149. an e-mail message.  Note how the dates are constructed.
  150.  
  151. //
  152. Database Search DD=Rules
  153. //Rules DD   *
  154. Search Hypertext in PACS-L from 91/1/1 to 91/4/30
  155. Index
  156. /*
  157.  
  158. Another technique is to request messages since a specified date.
  159. Here is a sample search:
  160.  
  161. //
  162. Database Search DD=Rules
  163. //Rules DD   *
  164. Search Hypertext in PACS-L since 1/91
  165. Index
  166. /*
  167.  
  168. A final technique uses the asterisk wildcard character to
  169. retrieve all messages in a date range:
  170.  
  171. //
  172. Database Search DD=Rules
  173. //Rules DD   *
  174. Search * in PACS-L from 91/4/1 to 91/4/30
  175. Index
  176. /*
  177.  
  178. This search results in a handy index of all the PACS-L messages
  179. sent out in April 1991.
  180.  
  181. -----------------------------------------------------------------
  182. Copyright (C) 1991 by Charles W. Bailey, Jr.  All Rights Reserved.
  183.  
  184. Copying is permitted for noncommercial use by computer
  185. conferences, individual scholars, and libraries.
  186. This message must appear on all copied material.
  187. All commercial use requires permission.
  188.  
  189. +------------------------------------------------------------+
  190. | Charles W. Bailey, Jr.             Voice: (713) 749-4241   |
  191. | Assistant Director For Systems     FAX:   (713) 749-3867   |
  192. | University Libraries               BITNET: LIB3@UHUPVM1    |
  193. | University of Houston              CompuServe: 71161,3410  |
  194. | Houston, TX 77204-2091                                     |
  195. |------------------------------------------------------------|
  196. | PACS-L Moderator (PACS-L@UHUPVM1)                          |
  197. | Editor-in-Chief, The Public-Access Computer Systems Review |
  198. | Co-Editor, Public-Access Computer Systems News             |
  199. +------------------------------------------------------------+
  200. Rev. 5/26/91
  201. --------------------
  202. For more information on Electronic Conferences, Newsletters, and
  203. Journals, Michael Strangelove has compiled a directory available
  204. over the Internet.
  205.  
  206.  
  207. To obtain the directory of electronic serials, send the
  208. following commands to LISTSERV@UOTTAWA.bitnet:
  209.  
  210.     GET EJOURNL1 DIRECTRY
  211.     GET EJOURNL2 DIRECTRY
  212.  
  213. (Note the missing a in Journal and o in Directory)
  214.  
  215.  
  216.  
  217.  
  218. Navigating the Internet: An Interactive Workshop
  219. Copyright (C) 1992 by Richard J. Smith, All Rights Reserved.
  220. Permission granted for individual usage.
  221.